object ProcessForm: TProcessForm Left = 422 Top = 217 Width = 481 Height = 307 BorderIcons = [] BorderStyle = bsSizeToolWin Caption = 'ProcessForm' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Shell Dlg 2' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnActivate = FormActivate DesignSize = ( 473 280) PixelsPerInch = 96 TextHeight = 13 object InfoShape: TTntShape Left = 209 Top = 48 Width = 254 Height = 97 Anchors = [akTop, akRight] Brush.Color = clInfoBk end object PathLabel: TTntLabel Left = 10 Top = 4 Width = 74 Height = 13 Caption = '&Folder to verify' FocusControl = PathEdit end object TreeLabel: TTntLabel Left = 8 Top = 45 Width = 58 Height = 13 Caption = 'Folders &tree' FocusControl = TreeList end object StatLabel: TTntLabel Left = 213 Top = 52 Width = 246 Height = 13 Alignment = taCenter Anchors = [akTop, akRight] AutoSize = False Caption = 'Statistics (processed/total/left):' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Shell Dlg 2' Font.Style = [fsBold] ParentFont = False Transparent = True end object FilesLabel: TTntLabel Left = 213 Top = 68 Width = 41 Height = 13 Alignment = taRightJustify Anchors = [akTop, akRight] AutoSize = False Caption = 'Files:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Shell Dlg 2' Font.Style = [fsBold] ParentFont = False Transparent = True end object BytesLabel: TTntLabel Left = 213 Top = 82 Width = 41 Height = 13 Alignment = taRightJustify Anchors = [akTop, akRight] AutoSize = False Caption = 'Bytes:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Shell Dlg 2' Font.Style = [fsBold] ParentFont = False Transparent = True end object TimesLabel: TTntLabel Left = 213 Top = 96 Width = 41 Height = 13 Alignment = taRightJustify Anchors = [akTop, akRight] AutoSize = False Caption = 'Time:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Shell Dlg 2' Font.Style = [fsBold] ParentFont = False Transparent = True end object FilesText: TTntLabel Left = 259 Top = 68 Width = 200 Height = 13 Anchors = [akTop, akRight] AutoSize = False Caption = 'FilesText' Transparent = True end object BytesText: TTntLabel Left = 259 Top = 82 Width = 200 Height = 13 Anchors = [akTop, akRight] AutoSize = False Caption = 'BytesText' Transparent = True end object TimesText: TTntLabel Left = 259 Top = 96 Width = 200 Height = 13 Anchors = [akTop, akRight] AutoSize = False Caption = 'TimesText' Transparent = True end object FailsLabel: TTntLabel Left = 213 Top = 128 Width = 41 Height = 13 Alignment = taRightJustify Anchors = [akTop, akRight] AutoSize = False Caption = 'Errors:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Shell Dlg 2' Font.Style = [fsBold] ParentFont = False Transparent = True end object FailsText: TTntLabel Left = 259 Top = 128 Width = 200 Height = 13 Anchors = [akTop, akRight] AutoSize = False Caption = 'FailsText' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Shell Dlg 2' Font.Style = [] ParentFont = False Transparent = True end object StatusLabel: TTntLabel Left = 213 Top = 112 Width = 246 Height = 13 Alignment = taCenter Anchors = [akTop, akRight] AutoSize = False Caption = 'Ready to processing' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Shell Dlg 2' Font.Style = [fsBold] ParentFont = False Transparent = True end object TreeList: TVirtualExplorerTree Left = 8 Top = 61 Width = 192 Height = 195 Active = True Anchors = [akLeft, akTop, akRight, akBottom] ColumnDetails = cdUser ColumnMenuItemCount = 8 DefaultNodeHeight = 17 DragHeight = 250 DragWidth = 150 FileSizeFormat = fsfExplorer FileSort = fsFileType Header.AutoSizeIndex = 0 Header.Font.Charset = DEFAULT_CHARSET Header.Font.Color = clWindowText Header.Font.Height = -11 Header.Font.Name = 'MS Shell Dlg 2' Header.Font.Style = [] Header.MainColumn = -1 Header.Options = [hoColumnResize, hoDrag] HintMode = hmHint ParentColor = False RootFolder = rfDesktop TabOrder = 1 TabStop = True TreeOptions.PaintOptions = [toShowButtons, toShowTreeLines, toUseBlendedImages, toGhostedIfUnfocused] TreeOptions.VETShellOptions = [toRightAlignSizeColumn, toContextMenus] TreeOptions.VETSyncOptions = [toCollapseTargetFirst, toExpandTarget, toSelectTarget] TreeOptions.VETMiscOptions = [toBrowseExecuteFolder, toBrowseExecuteFolderShortcut, toExecuteOnDblClk] TreeOptions.VETImageOptions = [toImages, toMarkCutAndCopy] OnChange = TreeListChange Columns = <> end object PathEdit: TTntComboBox Left = 8 Top = 20 Width = 457 Height = 21 Anchors = [akLeft, akTop, akRight] ItemHeight = 13 TabOrder = 0 Text = 'PathEdit' OnChange = PathEditChange end object StartButton: TTntButton Left = 209 Top = 233 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = '&Start' Default = True TabOrder = 2 OnClick = StartButtonClick end object CloseButton: TTntButton Left = 292 Top = 233 Width = 75 Height = 25 Anchors = [akRight, akBottom] Cancel = True Caption = 'Close' ModalResult = 2 TabOrder = 3 end object StatusBar: TTntStatusBar Left = 0 Top = 261 Width = 473 Height = 19 Panels = < item Width = 100 end item Width = 50 end> OnDrawPanel = StatusBarDrawPanel end end